Window.RefreshRect Method

Repaints only the region of the window specified. If the optional parameter EraseBackground is True, the background will be erased prior to redrawing the area.

Syntax

Window.RefreshRect X, Y, Width, Height, [EraseBackground]


Parameters

X

Integer

Y

Integer

Width

Integer

Height

Integer

EraseBackground (Optional)

Boolean


The default is True.